aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-11-03 11:01:08 +0000
committerMartin Willi <martin@strongswan.org>2006-11-03 11:01:08 +0000
commita26e06c75a384dcdd63c58c9eccc701b56e3c93c (patch)
tree810b0db899abf113845eb6d9839b20ba12dc4230 /scripts
parentd4f9110232211fbb2e3cf3172a264a9ae4a5b55d (diff)
downloadstrongswan-a26e06c75a384dcdd63c58c9eccc701b56e3c93c.tar.bz2
strongswan-a26e06c75a384dcdd63c58c9eccc701b56e3c93c.tar.xz
start kdevelop with project file from actual branch
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/kdevstart2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kdevstart b/scripts/kdevstart
index d3cc8098f..b25d9b50d 100755
--- a/scripts/kdevstart
+++ b/scripts/kdevstart
@@ -7,7 +7,7 @@
mv src/libstrongswan/crypto/crypters/aes_cbc_crypter.c libstrongswan_aes.c
mv src/libcrypto/libaes/aes.c libcrypto_aes.c
-kdevelop3 &
+kdevelop3 strongSwan.kdevelop &
sleep 20
mv libstrongswan_aes.c src/libstrongswan/crypto/crypters/aes_cbc_crypter.c
mv libcrypto_aes.c src/libcrypto/libaes/aes.c