summaryrefslogtreecommitdiff
path: root/wls
diff options
context:
space:
mode:
Diffstat (limited to 'wls')
-rwxr-xr-xwls2
1 files changed, 1 insertions, 1 deletions
diff --git a/wls b/wls
index c6229b4..62cf55a 100755
--- a/wls
+++ b/wls
@@ -36,7 +36,7 @@ if [ ! -f "$dird/$ssid" ]; then
echo Creating new network profile, enter passphrase:
read pass
wpa_passphrase $ssid "$pass" > $dird/$ssid
- echo "Edit file (y/[n])? "
+ echo -n "Edit file (y/[n])? "
read edit
if [ "$edit" == "y" ]; then
$EDITOR $dird/$ssid